/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  max-width: 1470px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }
  .container.no-padding {
    padding-right: 0px;
    padding-left: 0px; }

.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 992px) {
  .container-fluid {
    padding-right: 16px;
    padding-left: 16px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-right-1 {
    margin-right: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  min-height: 100%; }

body {
  margin: 0;
  text-align: left;
  font-family: "Work Sans", sans-serif;
  color: #373737;
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  min-height: 100vh; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.8rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

ul {
  list-style: none; }

ul.number {
  list-style-type: decimal; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #1b4d81;
  display: inline-block; }
  a:hover {
    text-decoration: none;
    color: #1b4d81; }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%; }

h1, .heading-1,
h2, .heading-2,
h3, .heading-3,
h4, .heading-4 {
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 24px;
  color: #1b4d81;
  letter-spacing: -0.3px;
  font-family: "Encode Sans", sans-serif; }

h1, .heading-1 {
  font-size: 60px;
  font-weight: 500; }

h2, .heading-2 {
  font-size: 40px; }

h3, .heading-3 {
  font-size: 32px;
  text-decoration: none !important; }

h4, .heading-4 {
  font-size: 24px; }

.t-display-1 {
  font-size: 21px; }

.t-display-2 {
  font-size: 20px; }

.t-display-3 {
  font-size: 18px; }

.t-display-4 {
  font-size: 16px; }

.t-display-5 {
  font-size: 14px; }

.t-small {
  font-size: 12px; }

strong, .strong {
  font-weight: 600; }

.t-normal {
  font-weight: 400; }

.t-uppercase {
  text-transform: uppercase; }

.t-lowercase {
  text-transform: lowercase; }

.t-nowrap {
  white-space: nowrap; }

.t-italic {
  font-style: italic; }

.text-info {
  color: #7f83b1 !important; }

.t-white {
  color: #fff; }

.t-purple {
  color: #7f83b1; }

.t-blue {
  color: #1b4d81; }

.t-opacity {
  opacity: 0.7; }

.t-black {
  color: #373737; }

small {
  font-size: 14px; }

.semibold {
  font-weight: 500; }

.bold {
  font-weight: 600; }

@media (max-width: 992px) {
  h1, .heading-1,
  h2, .heading-2,
  h3, .heading-3,
  h4, .heading-4 {
    line-height: 1.2 !important; }
  h1, .heading-1 {
    font-size: 40px !important; }
  h2, .heading-2 {
    font-size: 32px; }
  h3, .heading-3 {
    font-size: 24px; }
  h4, .heading-4 {
    font-size: 18px; }
  .t-display-1 {
    font-size: 20px; }
  .t-display-2 {
    font-size: 18px; }
  .t-display-3 {
    font-size: 16px; }
  .t-display-4 {
    font-size: 14px; } }

@media (max-width: 576px) {
  h1, .heading-1 {
    font-size: 32px !important; }
  h2, .heading-2 {
    font-size: 24px; }
  h3, .heading-3 {
    font-size: 21px; }
  h4, .heading-4 {
    font-size: 18px; } }

.f-right {
  float: right; }

.f-left {
  float: left; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-margin-top {
  margin-top: 0; }

.no-margin-left {
  margin-left: 0; }

.no-margin-right {
  margin-right: 0; }

.relative {
  position: relative; }

.a-right {
  text-align: right !important; }

.a-left {
  text-align: left !important; }

.a-center {
  text-align: center !important; }

.a-justify {
  text-align: justify !important; }

@media (min-width: 576px) {
  .a-sm-right {
    text-align: right !important; }
  .a-sm-left {
    text-align: left !important; }
  .a-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .a-md-right {
    text-align: right !important; }
  .a-md-left {
    text-align: left !important; }
  .a-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .a-lg-right {
    text-align: right !important; }
  .a-lg-left {
    text-align: left !important; }
  .a-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .a-xl-right {
    text-align: right !important; }
  .a-xl-left {
    text-align: left !important; }
  .a-xl-center {
    text-align: center !important; } }

.navbar {
  padding: 40px 0;
  background-color: #fff;
  border: solid 1px #e0e0ef; }

.header:not(.sticky) .navbar.transparente {
  background-color: transparent;
  border: 0 none; }
  .header:not(.sticky) .navbar.transparente .navbar-nav > .nav-item > .nav-link {
    opacity: 0.7;
    color: #fff; }
  .header:not(.sticky) .navbar.transparente .navbar-toolbar a {
    color: #fff; }

.navbar-toolbar {
  display: flex;
  margin: 0 -12px; }
  .navbar-toolbar li {
    padding: 0 12px;
    font-size: 12px;
    font-weight: 500; }

.navbar-brand {
  flex: 0 0 360px; }

@media (max-width: 576px) {
  .navbar {
    padding: 12px 0; }
  .navbar-brand {
    flex: 0 0 100%; }
    .navbar-brand .logo {
      max-width: 220px; } }

.navbar-nav {
  display: flex;
  margin: 0.7rem -1rem; }
  .navbar-nav .nav-item {
    padding: 0 1rem;
    position: relative; }
    .navbar-nav .nav-item .nav-link {
      font-size: 18px;
      padding: .1rem 0;
      display: block;
      white-space: nowrap;
      border-bottom: 2px solid transparent;
      opacity: 1;
      color: #1b1e31; }
      .navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link:hover {
        opacity: 1;
        border-color: #fff; }
    .navbar-nav .nav-item:hover .dropdown {
      display: block; }
  .navbar-nav .dropdown {
    margin-top: 25px;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 3px 6px 12px 0 rgba(55, 55, 55, 0.16);
    width: 100%;
    min-width: 340px;
    padding: 5px 15px 0; }
    .navbar-nav .dropdown:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 20px;
      margin-left: -20px; }
    .navbar-nav .dropdown:before {
      content: " ";
      width: 100%;
      top: -30px;
      left: 0;
      height: 30px;
      position: absolute; }
    .navbar-nav .dropdown .nav-link {
      color: #000;
      padding: 17px 0; }
    .navbar-nav .dropdown .nav-item:not(:last-child) .nav-link {
      border-bottom: solid 1px #edeef5 !important; }

@media (max-width: 1300px) {
  .navbar-nav-collapse {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 15px;
    max-height: 0;
    opacity: 0;
    box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
    background-color: #fff; }
    .navbar-nav-collapse.show {
      max-height: calc(100vh - 120px);
      opacity: 1;
      overflow-y: scroll;
      display: block; }
    .navbar-nav-collapse .navbar-nav {
      margin: 0;
      display: block; }
      .navbar-nav-collapse .navbar-nav .nav-item .nav-link {
        color: #1b1e31;
        padding: 10px 0; }
      .navbar-nav-collapse .navbar-nav .dropdown {
        display: block;
        position: relative;
        min-width: auto;
        margin-top: 0;
        margin-left: 15px;
        box-shadow: none; }
        .navbar-nav-collapse .navbar-nav .dropdown:before, .navbar-nav-collapse .navbar-nav .dropdown:after {
          content: none; }
        .navbar-nav-collapse .navbar-nav .dropdown ul {
          padding: 0; }
        .navbar-nav-collapse .navbar-nav .dropdown .nav-item:not(:last-child) .nav-link {
          border-bottom: none !important; } }

.navbar-toggler {
  display: none;
  z-index: 9999999;
  height: 30px;
  width: 30px;
  position: relative;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  margin-left: 30px; }
  .navbar-toggler span {
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateY(-50%);
    transition: background-color 0.2s;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #1b4d81;
    border-radius: 1px; }
    .navbar-toggler span:after, .navbar-toggler span:before {
      position: absolute;
      width: 30px;
      height: 2px;
      background-color: #1b4d81;
      border-radius: 1px;
      content: '';
      top: 0;
      left: 0;
      transition: transform 0.2s; }
    .navbar-toggler span:before {
      transform: translateY(-10px); }
    .navbar-toggler span:after {
      transform: translateY(10px); }
  .navbar-toggler.navbar-toggler-active span {
    background-color: transparent; }
    .navbar-toggler.navbar-toggler-active span:before {
      transform: rotate(-45deg); }
    .navbar-toggler.navbar-toggler-active span:after {
      transform: rotate(45deg); }

@media (max-width: 1300px) {
  .navbar-toggler {
    display: block; } }

@media (max-width: 576px) {
  .navbar-toggler {
    position: absolute;
    top: 20px;
    right: 16px; } }

.message.notice {
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 24px;
  color: #1b4d81;
  letter-spacing: -0.3px;
  font-family: "Encode Sans", sans-serif;
  font-size: 22px; }

.header {
  z-index: 999;
  top: 0;
  transition: all 150ms;
  position: relative; }
  .header.sticky {
    position: -webkit-sticky;
    position: sticky;
    background: #fff; }

.footer {
  background-color: #012c57;
  color: #fff;
  padding: 40px 0; }
  .footer .container {
    max-width: 1230px; }
  .footer a {
    color: #fff; }
  .footer .nav {
    padding-top: 10px; }
    .footer .nav li {
      padding: 15px 0; }
  .footer .external-link-box .external-link-box_logo {
    display: block;
    margin-bottom: 16px;
    max-height: 62px; }
  .footer .external-link-box .external-link-box_title {
    color: #7f83b1;
    display: block;
    font-size: 16px;
    letter-spacing: -0.1px;
    margin-bottom: 24px; }

.copyright {
  background-color: #021d39;
  color: #7f83b1;
  padding: 19px 0;
  font-size: 16px; }
  .copyright a {
    color: #7f83b1; }
  .copyright .nav {
    margin: 0 -14px; }
    .copyright .nav li {
      padding: 0 14px;
      display: inline-block; }

.btn-newsletter {
  background-color: #021d39;
  padding: 14px 20px;
  border-radius: 4px; }
  .btn-newsletter i {
    color: #7f83b1;
    margin-right: 15px; }

button {
  border: none;
  background: none;
  cursor: pointer; }
  button:focus {
    outline: 0; }

.btn {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
  text-align: center;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Encode Sans", sans-serif;
  line-height: 1.5;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 1.4px;
  color: #373737;
  border: 1px solid transparent;
  text-decoration: none !important; }
  .btn.focus, .btn:focus, .btn.active:focus, .btn:active:focus {
    outline: 0 none;
    box-shadow: none; }

.btn-sm {
  letter-spacing: 0 !important;
  padding: 8px 15px;
  line-height: 22px; }

.btn-lg {
  padding: 15px 30px; }

.btn-block {
  display: block;
  width: 100%;
  max-width: 100%; }

.btn-default {
  background-color: transparent;
  border-color: #373737;
  color: #373737; }
  .btn-default:hover {
    color: #fff;
    background-color: #373737;
    border-color: #373737; }

.btn-primary {
  background-color: #1b4d81;
  border-color: #1b4d81;
  color: #fff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1b4d81;
    border-color: #1b4d81; }

.btn-secondary {
  background-color: #fff;
  border-color: #fff;
  color: #1b4d81; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #1b4d81;
    border-color: #1b4d81; }

.btn:active {
  background-color: #1b4d81;
  border-color: #1b4d81;
  color: #fff; }

.btn-icon-prepend [class*="icon-"], .btn-icon-append [class*="icon-"], .btn-icon [class*="icon-"] {
  font-size: 14px;
  color: #1b4d81; }

.btn-icon-prepend:hover [class*="icon-"], .btn-icon-append:hover [class*="icon-"], .btn-icon:hover [class*="icon-"] {
  color: #fff; }

.btn-icon-prepend:hover:active [class*="icon-"], .btn-icon-append:hover:active [class*="icon-"], .btn-icon:hover:active [class*="icon-"] {
  color: #fff; }

.btn-icon-prepend span {
  margin-left: 7px; }

.btn-icon-append span {
  margin-right: 7px; }

.btn-icon i:before {
  font-size: 22px;
  display: block;
  margin: 0; }

.btn + .btn {
  margin-left: 10px; }

.btn-group {
  display: flex; }
  .btn-group .btn {
    margin-left: 0;
    height: 40px; }
    .btn-group .btn i {
      font-size: 18px;
      line-height: 1;
      display: block; }
    .btn-group .btn:first-child {
      border-radius: 4px 0 0 4px; }
    .btn-group .btn:last-child {
      border-radius: 0 4px 4px 0; }
    .btn-group .btn:hover {
      background-color: #1b4d81; }
      .btn-group .btn:hover i {
        color: #fff; }

.button-set .btn {
  width: 100%;
  max-width: 220px;
  text-align: center; }

@media (max-width: 768px) {
  .btn-lg {
    font-size: 16px;
    padding: 12px 20px; } }

textarea, input, button {
  outline: none; }

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control {
  padding: 14px 15px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  line-height: 1.5;
  border: 1px solid #e0e0ef;
  background-color: #fff;
  width: 100%;
  color: #7f83b1;
  border-radius: 4px; }
  .form-control:focus {
    box-shadow: none;
    outline: none; }
  .form-control.form-control-sm {
    height: 41px;
    line-height: 41px;
    padding: 0 15px; }
    .form-control.form-control-sm:after {
      top: 0; }

@media (max-width: 576px) {
  select.form-control,
  .form-control,
  select:focus,
  textarea:focus,
  input:focus,
  textarea {
    font-size: 16px !important;
    -webkit-appearance: inherit; } }

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: url("../images/icons/arrow-down.svg") no-repeat calc(100% - 15px) 50%; }

::-webkit-input-placeholder {
  color: #7f83b1;
  font-family: "Work Sans", sans-serif; }

:-ms-input-placeholder {
  color: #7f83b1;
  font-family: "Work Sans", sans-serif; }

::-moz-placeholder {
  color: #7f83b1;
  font-family: "Work Sans", sans-serif; }

::-ms-input-placeholder {
  color: #7f83b1;
  font-family: "Work Sans", sans-serif; }

::placeholder {
  color: #7f83b1;
  font-family: "Work Sans", sans-serif; }

.form-group {
  margin-bottom: 20px;
  position: relative; }
  .form-group label {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    display: block; }
  .form-group.active .form-control {
    border-color: blue; }
  .form-group.has-error .form-control {
    border-color: red;
    box-shadow: 0 3px 14px 0 rgba(237, 69, 87, 0.34); }
  .form-group.icon-append .form-control {
    padding: 13px 40px 12px 15px !important; }
  .form-group.icon-append i {
    color: #7f83b1;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  position: relative; }
  .input-group .form-control {
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 0; }
  .input-group .input-group-append {
    margin-left: -1px; }

.help-block.with-errors {
  color: red;
  font-size: 12px;
  margin-top: 5px; }

div[class*="icon-"].form-group .form-control {
  padding-left: 40px; }

div[class*="icon-"].form-group:before {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  color: #7f83b1;
  font-size: 16px; }

fieldset {
  border: none; }

.submenu {
  position: relative; }
  .submenu .dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 99;
    top: calc(100% - 2px);
    left: 0px;
    padding: 15px 7px;
    min-width: 100%;
    border: 2px solid #ccc; }
    .submenu .dropdown .form-group {
      margin-bottom: 5px; }
      .submenu .dropdown .form-group label {
        font-size: 14px;
        font-weight: 400;
        display: inline-block; }
  .submenu.open .dropdown {
    display: block; }

form .response {
  margin-top: 10px; }
  form .response.error {
    color: #FF4659; }
  form .response.success {
    color: #7f83b1; }

.share-button {
  position: absolute;
  right: 16px;
  top: 0;
  font-size: 16px;
  text-align: center;
  z-index: 99; }
  .share-button a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #e0e0ef;
    text-align: center;
    line-height: 40px;
    margin: 8px 0;
    color: #7f83b1; }

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 999;
  background: #fff;
  color: #000;
  padding: 50px 75px;
  width: 95%;
  max-width: 710px;
  border-radius: 4px;
  max-height: 90vh;
  overflow-y: auto; }
  @media (max-width: 768px) {
    .md-modal {
      padding: 40px 15px 20px; } }
  .md-modal.md-show {
    display: block; }
    .md-modal.md-show + .md-overlay {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0.8;
      -webkit-backdrop-filter: blur(15px);
      backdrop-filter: blur(15px);
      background-color: #1b1e31;
      z-index: 9; }
  .md-modal .md-close {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 14px;
    color: #7f83b1; }
  .md-modal.md-sm {
    max-width: 325px;
    padding: 0; }
  @media (min-width: 992px) {
    .md-modal {
      padding: 60px 40px; } }

.md-search {
  background: transparent;
  max-width: 1000px;
  padding: 15px; }
  .md-search .input-search {
    border-bottom: 2px solid #7f83b1;
    margin-right: 8px; }
  .md-search .input-group-prepend {
    display: flex;
    align-items: center; }
    .md-search .input-group-prepend i {
      color: #7f83b1;
      font-size: 16px; }
  .md-search .btn {
    min-width: 180px; }
  .md-search .form-control {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0px;
    color: #fff;
    font-size: 32px;
    padding: 3px 30px; }

@media (max-width: 768px) {
  .md-search {
    width: 100%; }
    .md-search .form-group {
      flex-direction: column; }
    .md-search .input-search {
      margin-bottom: 16px;
      padding: 10px 15px; } }

.title-tb {
  position: relative;
  padding-top: 10px; }
  .title-tb:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: linear-gradient(to right, #45c8f2, #5dd4a8);
    width: 120px;
    height: 4px; }
  .title-tb.a-center:before {
    left: 50%;
    transform: translateX(-50%); }

.section-title {
  margin-bottom: 16px; }

.bg-fullwidth {
  margin-left: -16px;
  margin-right: -16px; }
  .bg-fullwidth.dark {
    background-color: #f9f9fc; }

@media (min-width: 1470px) {
  .bg-fullwidth {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-right: unset; } }

.bg-dark, .bg_dark {
  background-color: #0c3c6e;
  color: #fff; }
  .bg-dark h1, .bg-dark .heading-1,
  .bg-dark h2, .bg-dark .heading-2,
  .bg-dark h3, .bg-dark .heading-3,
  .bg-dark h4, .bg-dark .heading-4, .bg_dark h1, .bg_dark .heading-1,
  .bg_dark h2, .bg_dark .heading-2,
  .bg_dark h3, .bg_dark .heading-3,
  .bg_dark h4, .bg_dark .heading-4 {
    color: #fff; }

.bg_light {
  background-color: #f9f9fc; }

.border-bottom {
  border-bottom: 8px solid #7f83b1; }

.border-bottom-sm {
  border-bottom: 4px solid #7f83b1; }

.border-top-sm {
  border-top: 4px solid #7f83b1; }

.border-bottom-xs {
  border-bottom: 2px solid #7f83b1; }

.border-top-xs {
  border-top: 2px solid #7f83b1; }

blockquote {
  padding: 40px;
  background-color: #fff;
  position: relative;
  margin: 60px 30px;
  line-height: 1.5;
  font-size: 24px;
  color: #1b4d81; }
  blockquote:after, blockquote:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 80px;
    height: 80px;
    opacity: 0.8;
    background-image: linear-gradient(to right, #45c8f2, #5dd4a8); }
  blockquote:after {
    top: -30px;
    left: -30px; }
  blockquote:before {
    bottom: -30px;
    right: -30px; }

@media (max-width: 992px) {
  blockquote {
    padding: 20px;
    margin: 30px 24px;
    font-size: 18px; }
    blockquote:after, blockquote:before {
      width: 40px;
      height: 40px; }
    blockquote:after {
      top: -15px;
      left: -15px; }
    blockquote:before {
      bottom: -15px;
      right: -15px; } }

.breadcrumbs {
  list-style: none;
  display: flex;
  color: #7f83b1;
  line-height: 16px;
  padding: 20px 30px;
  font-size: 16px; }
  .breadcrumbs li {
    display: flex;
    align-items: center; }
    .breadcrumbs li:last-child a {
      color: #373737; }
  .breadcrumbs a {
    color: #939DA7; }
  .breadcrumbs li:not(:last-child):after {
    content: '\e803';
    font-family: "fontello";
    margin: 0 10px;
    font-size: 8px;
    color: #373737; }
  .breadcrumbs:after {
    display: block;
    content: "";
    clear: both; }

@media (max-width: 768px) {
  .breadcrumbs {
    display: none; } }

.accordion .accordion-heading {
  padding: 24px;
  background-color: #f9f9fc;
  cursor: pointer; }
  .accordion .accordion-heading i {
    color: #1b4d81;
    font-size: 8px; }
  .accordion .accordion-heading .accordion-title {
    font-family: "Encode Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #1b4d81; }
  .accordion .accordion-heading.active i {
    transform: rotate(-180deg);
    color: #5dd4a8; }

.accordion .accordion-content {
  background-color: #f9f9fc;
  padding: 24px;
  position: relative; }
  .accordion .accordion-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    background-color: #e0e0ef; }
  .accordion .accordion-content:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background-image: linear-gradient(to right, #45c8f2, #5dd4a8); }

input[type=checkbox],
input[type=radio] {
  display: none;
  -webkit-appearance: none;
  width: 0; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    padding-left: 30px;
    position: relative; }
    input[type=checkbox] + label:before, input[type=checkbox] + label:after,
    input[type=radio] + label:before,
    input[type=radio] + label:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0; }

input[type=checkbox] + label {
  line-height: 20px;
  color: #373737;
  font-size: 16px;
  display: block;
  min-width: 24px;
  line-height: 24px; }

input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e0e0ef;
  font-weight: 400;
  color: #797986; }

input[type=checkbox]:checked + label:before {
  content: '\e80c';
  font-family: 'fontello';
  background-color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  color: #1b4d81; }

input[type=radio] + label {
  line-height: 20px;
  font-size: 16px; }

input[type=radio] + label:before {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ddd; }

input[type=radio]:checked + label:before {
  border-color: #7f83b1; }

input[type=radio]:checked + label:after {
  border-radius: 50%;
  background-color: #7f83b1;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  transform: translate(0); }

.has-error input[type=checkbox] + label {
  color: red; }

@-webkit-keyframes slideRightToLeft {
  0% {
    width: 0%; }
  100% {
    width: 62%; } }

@keyframes slideRightToLeft {
  0% {
    width: 0%; }
  100% {
    width: 62%; } }

@-webkit-keyframes textShowFromTop {
  0% {
    opacity: 0;
    transform: translateY(-5%); }
  100% {
    opacity: 1;
    transform: translateY(-50%); } }

@keyframes textShowFromTop {
  0% {
    opacity: 0;
    transform: translateY(-5%); }
  100% {
    opacity: 1;
    transform: translateY(-50%); } }

@-webkit-keyframes slideLeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-150%) scale(0); }
  100% {
    opacity: 1;
    transform: translateX(0%) scale(1); } }

@keyframes slideLeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-150%) scale(0); }
  100% {
    opacity: 1;
    transform: translateX(0%) scale(1); } }

@-webkit-keyframes slideBottomToTop {
  0% {
    opacity: 0;
    transform: translateY(50%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

@keyframes slideBottomToTop {
  0% {
    opacity: 0;
    transform: translateY(50%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-bottom: 8px solid #7f83b1; }
  table thead {
    background: #1b4d81;
    color: #fff;
    font-size: 18px; }
    table thead th {
      font-weight: 600; }
  table tbody {
    color: #373737;
    font-size: 16px; }
    table tbody tr:nth-child(even) {
      background: #f9f9fc; }
  table td, table th {
    padding: 24px; }

.last-news {
  padding: 200px 0 80px;
  font-family: "Encode Sans", sans-serif; }
  .last-news .read-more {
    color: #fff;
    text-decoration: none !important; }
  .last-news .container {
    max-width: 1440px; }
  .last-news .last-news_item {
    background-color: #021d39;
    height: 100%;
    position: relative; }
    .last-news .last-news_item .heading-4 {
      min-height: 100px;
      text-decoration: none !important; }
    .last-news .last-news_item .readmore {
      position: absolute;
      right: 30px;
      bottom: 30px; }
  .last-news .last-news_image_holder {
    height: 260px;
    width: 100%; }
    .last-news .last-news_image_holder img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .last-news .last-news_content_holder {
    padding: 32px; }

.last-news.bg_light {
  padding-top: 60px; }
  .last-news.bg_light .read-more {
    color: #1b4d81; }
  .last-news.bg_light .border-bottom-xs {
    border-color: #e0e0ef; }
  .last-news.bg_light .last-news_item {
    background-color: #fff;
    border-bottom: none;
    position: relative; }
    .last-news.bg_light .last-news_item:after {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      right: 0;
      height: 8px;
      background-image: linear-gradient(to right, #45c8f2, #5dd4a8); }
    .last-news.bg_light .last-news_item .text-info {
      color: #1b4d81 !important; }

.novice .last-news {
  padding-top: 90px; }
  .novice .last-news .heading-1 {
    font-size: 40px; }

@media (max-width: 1100px) {
  .last-news {
    padding: 60px 0; }
    .last-news .last-news_image_holder {
      height: 250px; }
    .last-news .last-news_content_holder {
      padding: 16px; }
    .last-news .last-news_item .readmore {
      position: relative; }
    .last-news .last-news_item .heading-4 {
      min-height: auto; } }

.last-events {
  padding: 80px 0 90px;
  font-family: "Encode Sans", sans-serif; }
  .last-events .flickity-nav {
    bottom: -50px; }
    .last-events .flickity-nav .button--previous {
      margin-left: -10px; }
    .last-events .flickity-nav .button--next {
      margin-right: -10px; }
  .last-events .container {
    max-width: 1440px; }

.last-events-list .last-news_title {
  display: block;
  font-weight: 500;
  color: #fff;
  min-height: 141px; }

.last-events-list .last-events_item {
  min-height: 237px;
  font-family: "Encode Sans", sans-serif;
  height: 100%; }

.last-events-list .last-events_content_holder {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1; }

.last-events-list.last-events_dark .last-events_item {
  background-color: #021d39;
  border-bottom: 8px solid #7f83b1; }
  .last-events-list.last-events_dark .last-events_item .last-events_item_title {
    color: #fff; }

.last-events-list.last-events_white .last-events_item {
  background-color: #fff;
  position: relative; }
  .last-events-list.last-events_white .last-events_item:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background-image: linear-gradient(to right, #45c8f2, #5dd4a8); }
  .last-events-list.last-events_white .last-events_item .text-info {
    color: #1b4d81 !important; }

.last-events-list.last-events_light .last-events_item {
  background-color: #f9f9fc; }
  .last-events-list.last-events_light .last-events_item .last-events_item_title {
    color: #1b4d81; }
  .last-events-list.last-events_light .last-events_item .last-events_content_holder {
    position: relative;
    padding-bottom: 25px; }
    .last-events-list.last-events_light .last-events_item .last-events_content_holder:after {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      right: 0;
      height: 8px;
      background-image: linear-gradient(to right, #45c8f2, #5dd4a8); }

.last-events-list.last-events_style1 .last-events_date_holder {
  flex: 0 0 140px;
  display: flex; }

.last-events-list.last-events_style1 .last-events_item {
  min-height: 214px;
  height: 100%; }

.last-events_date_holder {
  background-image: linear-gradient(to bottom, #45c8f2, #5dd4a8);
  min-height: 91px;
  text-align: center;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 91px;
  display: block; }
  .last-events_date_holder .day {
    font-size: 44px;
    line-height: 60px;
    font-weight: 600;
    display: block; }
  .last-events_date_holder .month, .last-events_date_holder .year {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    line-height: 1.75;
    text-transform: uppercase; }
  .last-events_date_holder.single {
    flex: 0 0 140px;
    height: 140px;
    display: flex; }
    .last-events_date_holder.single .month, .last-events_date_holder.single .year {
      display: block; }

/*  flickity */
.last-events-list .flickity-slider .last-events_item {
  width: 448px; }
  .last-events-list .flickity-slider .last-events_item .last-events_date_holder {
    flex: 0 0 91px;
    display: block; }
  .last-events-list .flickity-slider .last-events_item:not(:last-child) {
    margin-right: 32px; }

/* end flickity */
@media (max-width: 992px) {
  .last-events {
    padding: 60px 0; }
  .last-events-list .last-events_item {
    min-height: unset; }
  .last-events-list.last-events_style1 .last-events_date_holder {
    flex: auto;
    padding: 0 10px;
    min-width: 80px;
    max-width: 100px; }
  .last-events-list .flickity-slider .last-events_item {
    width: 100%; } }

@media (max-width: 768px) {
  .last-events {
    padding: 30px 0; }
  .content-single .content-single_header {
    flex-wrap: wrap;
    margin-bottom: 16px !important; }
    .content-single .content-single_header .content-single_title {
      flex: 0 0 100%; }
    .content-single .content-single_header .last-events_date_holder.single {
      flex: 0 0 90px;
      height: 90px;
      margin-right: 15px;
      margin-bottom: 16px; }
      .content-single .content-single_header .last-events_date_holder.single span {
        line-height: 1; } }

.main-banner {
  margin-top: -153px;
  position: relative; }
  .main-banner .flickity-nav .button {
    color: #fff; }
  .main-banner .container {
    position: relative;
    height: 100%; }
  .main-banner .main-banner_content_holder {
    z-index: 99;
    color: #fff;
    padding-left: 5%;
    font-size: 18px;
    line-height: 1.37;
    letter-spacing: -0.3px;
    max-width: 660px;
    opacity: 0;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50%;
    font-family: "Encode Sans", sans-serif;
    font-weight: 500; }
    .main-banner .main-banner_content_holder .main-banner-heading {
      font-size: 60px;
      color: #fff;
      margin-bottom: 10px;
      line-height: 1.3; }
    .main-banner .main-banner_content_holder .main-banner-introtext {
      line-height: 1.56;
      font-size: 30px; }
    .main-banner .main-banner_content_holder .readmore {
      color: #fff;
      margin-top: 15px;
      display: flex;
      align-items: center; }
      .main-banner .main-banner_content_holder .readmore i {
        font-size: 10px;
        margin-left: 5px; }
  .main-banner .main-banner_item {
    width: 100%;
    height: 100vh;
    max-height: 850px;
    min-height: 500px;
    padding: 140px 0 100px; }
    .main-banner .main-banner_item.is-selected .main-banner_content_holder {
      -webkit-animation: textShowFromTop 0.5s forwards ease-out 0.8s;
              animation: textShowFromTop 0.5s forwards ease-out 0.8s; }
    .main-banner .main-banner_item.is-selected .main-banner_image_holder {
      -webkit-animation: slideLeftToRight 0.8s forwards ease-out 0.3s;
              animation: slideLeftToRight 0.8s forwards ease-out 0.3s;
      opacity: 0; }
    .main-banner .main-banner_item:before {
      background-image: linear-gradient(130deg, #077cc7, #03498f);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      content: "";
      z-index: -1;
      -webkit-animation: slideRightToLeft 1s forwards ease-out 0.3s;
              animation: slideRightToLeft 1s forwards ease-out 0.3s; }
  .main-banner .main-banner_image_holder {
    max-width: 50%;
    position: absolute;
    top: 153px;
    bottom: 100px;
    left: 0;
    z-index: 99;
    overflow: hidden; }
    .main-banner .main-banner_image_holder img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

@media (min-width: 768px) {
  .main-banner-list .main-banner_content_holder {
    background-image: none !important; } }

@media (max-width: 1300px) {
  .main-banner .main-banner-heading {
    font-size: 40px; }
  .main-banner .main-banner_item:before {
    width: 65%; } }

@media (max-width: 768px) {
  .main-banner {
    margin-top: 0px; }
    .main-banner .container {
      top: 378px;
      left: -16px; }
    .main-banner .main-banner_image_holder {
      top: 0;
      right: 0;
      max-width: 100%;
      bottom: 200px; }
    .main-banner .main-banner_content_holder {
      padding: 0 15px;
      left: unset;
      top: unset;
      max-width: 100%;
      background-image: linear-gradient(130deg, #077cc7, #03498f);
      padding: 20px 15px; }
      .main-banner .main-banner_content_holder .main-banner-heading {
        font-size: 28px; }
      .main-banner .main-banner_content_holder .main-banner-introtext {
        line-height: 1.56;
        font-size: 22px; }
    .main-banner .main-banner_item {
      padding: 0;
      height: auto; }
      .main-banner .main-banner_item:before {
        content: none; }
    .main-banner .flickity-nav {
      display: none; } }

.home-content {
  padding: 90px 0;
  max-width: 700px;
  margin: 0 auto;
  text-align: center; }

@media (max-width: 1300px) {
  .home-content {
    margin-bottom: 0;
    padding-bottom: 50px; } }

@media (max-width: 992px) {
  .home-content {
    padding-top: 60px; } }

.bottom {
  background-image: url("../images/other/bg_blue.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }
  .bottom .container {
    position: relative;
    padding-top: 120px;
    padding-bottom: 80px; }
    .bottom .container:before {
      position: absolute;
      left: -50%;
      top: 50%;
      transform: translateY(-50%);
      content: "";
      background-image: url("../images/other/slovenia.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      width: 100%;
      height: 100%; }
  .bottom .intro {
    max-width: 700px;
    opacity: 0.7; }
  .bottom .item {
    max-width: 275px;
    margin: 0 auto; }

.circle-border {
  color: #ffffff;
  font-family: "Encode Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  position: relative;
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .circle-border .label {
    font-size: 20px;
    letter-spacing: -0.1px;
    line-height: 1; }
  .circle-border .value {
    font-size: 48px;
    line-height: 0.83;
    letter-spacing: -0.24px;
    line-height: 1.1; }
  .circle-border:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-image: url("../images/other/round.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%; }

@media (max-width: 992px) {
  .bottom .container {
    padding-top: 80px;
    padding-bottom: 50px; }
    .bottom .container .item {
      max-width: 100%; } }

@media (max-width: 768px) {
  .bottom .container:before {
    content: none; } }

.contact-form {
  padding-top: 90px; }
  .contact-form .js-cm-form {
    padding-bottom: 40px; }

.content_services_img {
  margin-bottom: 10px; }

.content_services_title {
  color: #1b4d81;
  font-size: 24px;
  margin-bottom: 10px; }

.archive-docs {
  padding: 50px 0; }

.last-docs {
  padding: 75px 0; }

.list-docs_item .list-docs_image_holder {
  height: 250px;
  flex: 0 0 177px;
  overflow: hidden;
  box-shadow: 3px 6px 12px 0 rgba(55, 55, 55, 0.16);
  position: relative; }
  .list-docs_item .list-docs_image_holder:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-image: linear-gradient(to right, #45c8f2, #5dd4a8); }
  .list-docs_item .list-docs_image_holder img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.list-docs_item .list-docs_title {
  margin-bottom: 15px; }

.list-docs_item .list-docs_content_holder {
  padding-left: 25px;
  display: flex;
  flex-direction: column; }

.list-docs_item .list-docs_link {
  text-decoration: none; }
  .list-docs_item .list-docs_link span {
    color: #373737;
    margin-left: 20px; }

.list-docs_item.list-docs_item_sm .list-docs_image_holder {
  height: 208px; }
  .list-docs_item.list-docs_item_sm .list-docs_image_holder:after {
    content: none; }

@media (max-width: 992px) {
  .last-docs {
    padding: 60px 0 40px; } }

@media (max-width: 576px) {
  .list-docs_item .list-docs_image_holder {
    height: 125px;
    flex: 0 0 95px; }
  .list-docs_item .list-docs_title {
    margin-bottom: 0px;
    font-size: 16px; }
  .list-docs_item .list-docs_link {
    font-size: 14px; }
    .list-docs_item .list-docs_link .size {
      font-size: 12px; } }

.archive-events {
  padding-bottom: 65px; }

.calendar {
  margin: 40px 0; }
  .calendar .calendar-days {
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none; }
    .calendar .calendar-days::-webkit-scrollbar {
      display: none; }
    .calendar .calendar-days li {
      flex: 1;
      min-width: 35px;
      max-width: 46px; }
      .calendar .calendar-days li:not(:last-child) {
        border-right: solid 1px #e0e0ef; }
      .calendar .calendar-days li span, .calendar .calendar-days li a {
        display: block;
        width: 100%;
        height: 46px;
        line-height: 46px;
        text-align: center;
        background-color: #f9f9fc;
        text-align: center;
        color: #373737;
        font-size: 16px;
        position: relative; }
      .calendar .calendar-days li a {
        cursor: pointer;
        font-weight: 600;
        position: relative;
        background-image: linear-gradient(135deg, #45c8f2, #5dd4a8);
        color: #fff; }
        .calendar .calendar-days li a:after {
          content: "";
          width: 4px;
          height: 4px;
          background-color: #fff;
          position: absolute;
          bottom: 7px;
          border-radius: 50%;
          left: 50%;
          transform: translateX(-50%); }
      .calendar .calendar-days li:first-child span, .calendar .calendar-days li:first-child a {
        border-radius: 23px 0 0 23px; }
      .calendar .calendar-days li:last-child span, .calendar .calendar-days li:last-child a {
        border-radius: 0 23px 23px 0; }
      .calendar .calendar-days li:hover a {
        background-image: linear-gradient(135deg, #45c8f2, #5dd4a8);
        color: #fff; }
        .calendar .calendar-days li:hover a:after {
          background-color: #fff; }
      .calendar .calendar-days li.active a, .calendar .calendar-days li.active span {
        background-color: #1b4d81;
        color: #fff;
        font-weight: 600; }
        .calendar .calendar-days li.active a:after, .calendar .calendar-days li.active span:after {
          content: "";
          width: 4px;
          height: 4px;
          background-color: #fff;
          position: absolute;
          bottom: 7px;
          border-radius: 50%;
          left: 50%;
          transform: translateX(-50%); }
  .calendar .calendar_heading {
    color: #1b4d81;
    font-size: 24px;
    margin-bottom: 15px; }
    .calendar .calendar_heading .prev, .calendar .calendar_heading .next {
      padding: 10px; }
    .calendar .calendar_heading i {
      color: #1b4d81; }
    .calendar .calendar_heading .month_year {
      padding: 0 30px;
      font-family: "Encode Sans", sans-serif;
      font-weight: 500; }

.archive-news {
  padding: 100px 0; }

.archive-news_list_item {
  margin-bottom: 40px; }
  .archive-news_list_item .archive-news_list_image_holder {
    flex: 0 0 50%;
    min-height: 330px;
    overflow: hidden; }
    .archive-news_list_item .archive-news_list_image_holder img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.archive-news_list_content_holder {
  background-color: #f9f9fc;
  padding: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .archive-news_list_content_holder:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to right, #45c8f2, #5dd4a8); }
  .archive-news_list_content_holder .archive-news_list-date {
    color: #7f83b1;
    font-size: 16px; }
  .archive-news_list_content_holder .archive-news_list_title {
    font-size: 32px;
    font-weight: 500;
    color: #1b4d81;
    font-family: "Encode Sans", sans-serif;
    line-height: 1.38;
    margin-bottom: 24px; }

@media (max-width: 992px) {
  .archive-news {
    padding: 30px 0; } }

@media (max-width: 576px) {
  .archive-news_list_item {
    flex-direction: column; }
    .archive-news_list_item .archive-news_list_image_holder {
      height: 250px;
      min-height: auto; }
    .archive-news_list_item .archive-news_list_content_holder {
      padding: 16px; }
      .archive-news_list_item .archive-news_list_content_holder .archive-news_list_title {
        font-size: 24px; } }

.content-single .content-single_header {
  margin-bottom: 80px; }

.content-single .last-events_date_holder {
  margin-right: 30px; }

.content-single .content-single_date {
  font-size: 16px;
  color: #7f83b1; }

.content-single .content-single_title {
  max-width: 780px;
  font-size: 60px;
  line-height: 1.37;
  font-family: "Encode Sans", sans-serif; }

.content-single .content-single_content {
  margin-bottom: 64px; }
  .content-single .content-single_content p {
    margin-bottom: 40px; }
  .content-single .content-single_content .content-single_list li p {
    margin-bottom: 0; }
  .content-single .content-single_content .intro-text {
    font-size: 24px;
    margin-bottom: 64px; }
  .content-single .content-single_content section {
    padding: 60px 0 40px;
    margin-bottom: 40px; }
  .content-single .content-single_content ol {
    list-style-position: inside; }
  .content-single .content-single_content ul {
    margin-top: 20px; }
    .content-single .content-single_content ul li {
      position: relative;
      padding-left: 60px;
      margin-bottom: 32px; }
      .content-single .content-single_content ul li:before {
        content: '';
        width: 11px;
        height: 20px;
        position: absolute;
        background-image: url(../images/icons/list.svg);
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center;
        left: 30px;
        top: 5px; }

.content-single .content-single_intro_image_holder {
  margin-bottom: 64px; }
  .content-single .content-single_intro_image_holder img {
    width: 100%; }

.content-single .content-single_content_image {
  margin: 20px 0 30px; }

.content-single .content-single_meta {
  background-color: #f9f9fc;
  padding: 64px 20px 70px; }
  .content-single .content-single_meta .content-single_meta_img {
    margin-bottom: 15px; }
  .content-single .content-single_meta .content-single_meta_label {
    font-size: 16px;
    color: #373737; }
  .content-single .content-single_meta .content-single_meta_value {
    color: #1b4d81;
    font-size: 21px; }
    .content-single .content-single_meta .content-single_meta_value a {
      text-decoration: underline; }

.content-single a {
  text-decoration: underline; }

.content-single .readmore {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center; }
  .content-single .readmore i {
    font-size: 12px;
    margin-left: 15px; }

.box-section {
  max-width: 1230px;
  margin: 0 auto 30px; }

.content-single .content-single_box {
  background-color: #f9f9fc;
  padding: 48px 40px;
  border-bottom: 8px solid #7f83b1;
  height: 100%; }
  .content-single .content-single_box .content-single_box_title {
    position: relative;
    padding-left: 50px; }
    .content-single .content-single_box .content-single_box_title::before {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      content: attr(data-numb);
      font-family: "Encode Sans", sans-serif; }
  .content-single .content-single_box ul {
    margin-top: 24px;
    padding-left: 20px; }
    .content-single .content-single_box ul li {
      margin-bottom: 24px; }

.content-nav {
  border-top: solid 1px #e0e0ef;
  padding-top: 24px;
  padding-bottom: 40px; }
  .content-nav .content-nav_link {
    text-decoration: none; }
    .content-nav .content-nav_link .content-nav_link_text {
      padding: 0 16px; }
    .content-nav .content-nav_link .content-nav_link_text_tag {
      display: block;
      color: #373737;
      font-size: 14px; }

@media (max-width: 992px) {
  .content-single .content-single_meta {
    padding: 30px 16px; }
  .content-single .content-single_intro_image_holder {
    margin-bottom: 32px; }
  .content-single .content-single_content .intro-text {
    margin-bottom: 30px;
    font-size: 20px; }
  .content-single .content-single_content p {
    margin-bottom: 24px; }
  .content-single .content-single_content section {
    padding: 40px 0 40px; }
  .content-single .content-single_content ul li {
    margin-bottom: 16px; }
  .content-single_list {
    margin-top: 20px; }
    .content-single_list li {
      padding-left: 20px;
      margin-bottom: 16px; }
      .content-single_list li:before {
        background-size: 80%;
        left: 0px; }
  .content-single_box {
    padding: 24px 20px; }
    .content-single_box .content-single_list {
      padding-left: 0; }
    .content-single_box .content-single_box_title {
      padding-left: 20px; } }

.search-results {
  margin-bottom: 30px; }
  .search-results li {
    margin: 10px 0; }

/*# sourceMappingURL=style.css.map */

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}